home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_13 / PlaceObject2_251_123 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-07  |  127 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    this._x += n;
  3.    count++;
  4.    if(count == 120)
  5.    {
  6.       count = 0;
  7.       n = - n;
  8.    }
  9. }
  10.